-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix getRow method for dynamic table #648
Conversation
Ensure fix also works if a dynamic table is created raw by raw using the addRow method
Update function to also transpose 2D arrays (matrices) which are not vectors
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #648 +/- ##
=======================================
Coverage 95.24% 95.24%
=======================================
Files 117 117
Lines 4901 4902 +1
=======================================
+ Hits 4668 4669 +1
Misses 233 233 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test
@ehennestad do you know why these errors are occuring? |
|
Motivation
Fix
getRow
method to work also if data is 2DHow to test the behavior?
Checklist
fix #XX
whereXX
is the issue number?